home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Documentation / develop / develop Issue 7 / develop 7 code / QuickTime / SimpleInMovies / SimpleInMovies - QT1.5 < prev    next >
Encoding:
Text File  |  1992-10-15  |  701 b   |  24 lines  |  [TEXT/MPS ]

  1. SimpleInMovies - QT 1.5
  2.  
  3. Sample programs demonstrating how to open and display
  4. QuickTime™ Movies.
  5.  
  6. 10/09/92
  7.  
  8. The most important change is the addition of code that looks for
  9. and uses the User Data Atoms 'LOOP' and 'WLOC'. LOOP atoms are used
  10. to store the loop state in a movie. WLOC atoms are used to store the
  11. last saved position of the movie window. The file to look for these
  12. pieces is SimpleInLOOP.c.
  13.  
  14. There are some bug fixes, the looping menu items behave better now.
  15.  
  16. SimpleInPicts contains a new procedure DoGetMoviePicts which
  17. gets the frames for a movie in sequence; this complements the routine
  18. that gets the picts for a track.
  19.  
  20. Enjoy.
  21.  
  22. Guillermo A. Ortiz
  23. Apple Developer Technical Support
  24.